Micron Document
`:top
`!SQLObject`! is a `F33f`_`[Python`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Python_(programming_language)]`_`f `F33f`_`[object-relational mapper`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Object-relational_mapping]`_`f between a `F33f`_`[SQL`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SQL]`_`f `F33f`_`[database`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Database]`_`f and Python objects. It is experiencing community popularity, and forms a part of many applications (e.g., `F33f`_`[TurboGears`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=TurboGears]`_`f). It is very similar to `F33f`_`[Ruby on Rails`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Ruby_on_Rails]`_`f' `F33f`_`[ActiveRecord`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ActiveRecord_(Rails)]`_`f in operation in that it uses class definitions to form table schemas, and utilizes the language's reflection and dynamism to be useful.

SQLObject supports a number of common database backends: included in the distribution are `F33f`_`[MariaDB`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MariaDB]`_`f, `F33f`_`[MySQL`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MySQL]`_`f, `F33f`_`[PostgreSQL`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=PostgreSQL]`_`f, `F33f`_`[SQLite`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SQLite]`_`f, `F33f`_`[Sybase SQL Server`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Sybase_SQL_Server]`_`f, `F33f`_`[MaxDB`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=MaxDB]`_`f, `F33f`_`[Microsoft SQL Server`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Microsoft_SQL_Server]`_`f and `F33f`_`[Firebird`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Firebird_(database_server)]`_`f.`:cite-ref-3[`F5bf`_`[3`#cite-note-3]`_`f]

The first version of SQLObject was publicly released in October 2002.`:cite-ref-sqlobject01-1-1[`F5bf`_`[1`#cite-note-sqlobject01-1]`_`f]

>>Contents

• `F0af`_`[See also`#see-also]`_`f
• `F0af`_`[References`#references]`_`f
• `F0af`_`[External links`#external-links]`_`f

-─

>>See also

• `F33f`_`[TurboGears`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=TurboGears]`_`f
• `F33f`_`[SQLAlchemy`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SQLAlchemy]`_`f
• `F33f`_`[Storm`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Storm_(software)]`_`f

>>References

`:cite-note-sqlobject01-1`!1.`! `:citerefbicking2002`aBicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.
`:cite-note-2`!1.`! "SQLObject · PyPI". `*pypi.org`*. Retrieved 2021-04-29.
`:cite-note-3`!3.`! `F0af`_`[↑`#cite-ref-3]`_`f `*sqlobject/sqlobject`*, SQLObject, 2024-07-14, retrieved 2024-07-22

>>External links

• Official website

`c`F0af`_`[↑ Back to top`#top]`_`f`a